home *** CD-ROM | disk | FTP | other *** search
-
- CREAT(3) UNIX Programmer's Manual CREAT(3)
-
- NNAAMMEE
- ccrreeaatt - create a new file
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<ssyyss//ttyyppeess..hh>>
- ##iinncclluuddee <<ssyyss//ssttaatt..hh>>
- ##iinncclluuddee <<ffccnnttll..hh>>
-
- _i_n_t
- ccrreeaatt(_c_o_n_s_t _c_h_a_r _*_p_a_t_h, _m_o_d_e___t _m_o_d_e)
-
- DDEESSCCRRIIPPTTIIOONN
- TThhiiss iinntteerrffaaccee iiss mmaaddee oobbssoolleettee bbyy:: open(2).
-
- CCrreeaatt() is the same as:
-
- open(path, O_CREAT | O_TRUNC | O_WRONLY, mode);
-
- SSEEEE AALLSSOO
- open(2)
-
- SSTTAANNDDAARRDDSS
- The ccrreeaatt() function call conforms to .
-
- HHIISSTTOORRYY
- The ccrreeaatt() function call appeared in Version 6 AT&T UNIX.
-
- 4th Berkeley Distribution June 23, 1991 1
-